home *** CD-ROM | disk | FTP | other *** search
- global map
-
- on mouseUp me
- if the member of sprite 108 = member("key-normal") then
- set the member of sprite 108 to member("key-disabled")
- else
- set the member of sprite 108 to member("key-normal")
- end if
- tell map
- toggleKey()
- end tell
- end
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-